home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1796 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.7 KB

  1. Date: Mon, 1 Aug 1994 12:40:23 +0200
  2. From: Richard Huveneers <huveneer@math.ruu.nl>
  3. Message-Id: <199408011040.AA21347@hieper.math.ruu.nl>
  4. To: huveneer@math.ruu.nl, knarf@nasim.cube.net
  5. Subject: Re: screen 3.5.2
  6.  
  7.  
  8. > Fine, but where are the diffs? All I found was a precompiled binary
  9. > and a preformatted manualpage. Hey, we are not Linux! We *do* know how
  10. > to type make!
  11.  
  12. Ok, I figured out how diff works (wasn't that difficult) and now have the
  13. diffs.
  14. I thought preformatted manpages are preferred above non-preformatted ones. I could be wrong here.
  15. I also got the screenlocking feature of screen to work.
  16. As soon as a.a.u.e. works again I'll put a new release on it.
  17.  
  18. > BTW: Is it possible to #ifdef your hacks for the non-detachable
  19. > screen?
  20.  
  21. I'm almost sure you don't want a detachable screen.
  22. The primary use of detaching is logging out without killing your foreground
  23. processes, and most of us just turn off their Atari after logging out.
  24.  
  25. Moreover the detachable screen consumes more than twice as much of your
  26. Atari's precious memory, since two separate processes have to run
  27. simultaneously.
  28. As to your #ifdef suggestion, this would enforce me to have separate
  29. #ifdef's for the server and the client process.
  30. I followed this approach in my first port, but removed them when I got
  31. the idea of disabling the attaching feature.
  32. By the way, you would also have to implement Mint-style fifo's or make
  33. screen use Kay Roemer's socket extension, which would take up even more
  34. memory for those not running it by default.
  35.  
  36. I now have #ifdef's for the server process without all references to the
  37. client process.
  38. So it's not a matter of #ifdef-ing my hacks, but a matter of adding a lot more
  39. #ifdef's.
  40.  
  41. Richard.
  42.